body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


q:before,
q:after {
    content: '';
}

fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}


sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1500px;
}

html {
    scroll-behavior: smooth;
}

.height-100 {
    height: 100%;
}

.height-950 {
    width: 100%;
    height: 950px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.flex-align-center {
    display: flex;
    align-items: center;
}


/* -- */

.header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    max-width: 1920px;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    height: 150px;
    background: url(../img/topmask.png) center repeat-x;
    background-size: auto 99%;
    background-position-y: 0px;
}


.header .cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
}



.header-top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../img/header-top-img.jpg) center no-repeat;
    background-size: 100% 100%;
}

.top-text {
    width: 100%;
    /* box-sizing: border-box; */
    /* padding: 0 100px; */
    display: flex;
    justify-content: space-between;
}

.top-text .text {
    font-size: 12px;
    opacity: .7;
    color: #fff;
}

.top-text .top-links a,
.top-text .top-links span {
    color: #fff;
    opacity: .7;
}

.top-text .top-links span {
    margin: 0 5px;
}


/* 导航 */

.header .search .img2 {
    display: none;
}

.opacity_head .search .img1 {
    display: none;
}

.opacity_head .search .img2 {
    display: block;
}

.con-navigation {
    display: flex;
    align-items: center;
}

.nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.nav .nLi {
    float: left;
    display: inline;
    text-align: center;
    margin-left: 20px;
    position: relative;
    padding: 0 15px;
}

.nav .nLi:nth-child(6) .sub {
    /* width: 200%; */
    /* left: 0; */

    width: 300px;
    left: -40px;
}

.nav .nLi h3 {
    height: 50px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.nav .nLi:hover h3 a {
    font-weight: bold;
}

.nav .nLi.on h3 a {
    font-weight: bold;
}


.nav .sub {
    width: 120%;
    display: none;
    top: 60px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    left: -10%;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    zoom: 1;
    border-top: 1px dashed #d2d2d2;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.nav .sub li a {
    color: #333;
    font-size: 16px;
}

.nav .sub li:hover {
    border-top: 1px dashed #7c2220;
}

.nav .sub li:hover a {
    color: #7c2220;
}

.opacity_head {
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.opacity_head .nav .nLi h3 a {
    color: #333;
}

.opacity_head .nav .nLi.on h3 a {
    color: #7c2220;
}

.opacity_head:before {
    display: none;
}

.opacity_head .cont h1 .img1 {
    display: none;
}

.header .cont h1 .img2 {
    display: none;
}

.opacity_head .cont h1 .img2 {
    display: block;
}

/* - */
.banlist .swiper-container {
    padding-top: 30px;
}

.banlist .swiper-slide img {
    width: 100%;
    height: 920px;
}

.banlist .swiper-pagination2 {
    position: absolute;
    bottom: 50px;
    top: auto;
    z-index: 9;
    left: 13.5%;
    width: 74%;
    height: 2px !important;
    background: #fff;
}

.banlist .swiper-pagination2 .swiper-pagination-progressbar-fill {
    background: #822321;
}

.banlist .ban-btn {
    position: absolute;
    right: 13.5%;
    bottom: 80px;
    z-index: 99;
    width: 6%;
    display: flex;
    justify-content: space-between;
}

.banlist .swiper-next,
.banlist .swiper-prev {
    width: 42px;
    height: 42px;
    bottom: 75px;
    right: 0;
    cursor: pointer;
    opacity: 0.5;
}

.banlist .swiper-next:hover {
    opacity: 1;
}

.banlist .swiper-prev:hover {
    opacity: 1;
}




/* -- */

.column {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column .name {
    font-size: 30px;
    color: #434343;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.column .name .ico {
    position: relative;
    top: -5px;
}

.column .name::before {
    content: '';
    width: 86px;
    height: 55px;
    display: inline-block;
    background: url(../img/column-ico.png) no-repeat;
    position: absolute;
    top: -30px;
    left: -15px;
}

.column .name span {
    margin-right: 65px;
}

.column .name-en {
    font-size: 18px;
    color: #434343;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: lighter;
}

.main-qxcc .column .name-en,
.jpzscol .column .name-en,
.main-xsgs .column .name-en {
    letter-spacing: 8px;
}

.column a.more {
    color: #4a4a4a;
    opacity: .7;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 30px;
}

.column a.more span {
    margin-left: 35px;
}

/* --集团快讯-- */

.main-jtkx .column {
    width: 222px;
    margin-top: 0;
    margin-bottom: 15px;
}

.main-jtkx .jkkxlist {
    display: flex;
    justify-content: space-between;
}

.jtkx-left {
    width: 22%;
}

.jtkx-right {
    width: 74.5%;
}

.jtkx-tab .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.jtkx-tab .box a {
    color: #434343;
    font-size: 16px;
    box-sizing: border-box;
    padding: 20px;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}

.jtkx-tab .box a:nth-child(2) {
    border-bottom: 1px solid #e3e3e3;
}

.jtkx-tab .box a span {
    width: 30px;
    height: 10px;
    display: inline-block;
    background: url(../img/column-btn-ico.png) no-repeat;
}

.jtkx-tab .box a.onx {
    background: #822321;
    color: #fff;
}

.jtkx-tab .box a.onx span {
    background: url(../img/column-btn-ico-w.png) no-repeat;
}


.jtkx-tab .more {
    width: 100%;
    color: #4a4a4a;
    opacity: .7;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 30px;
    margin-top: 15px;
}

.jtkx-tab .more a.onx {
    display: block;
}

.jtkx-tab .more a {
    display: none;
    color: #4a4a4a;
}

.jtkx-tab .more span {
    float: right;
}

.jtkx-tab .more:hover,
.column a.more:hover {
    border: 1px solid #7c2220;
    color: #7c2220;
}

.jtkx-tab .more:hover a {
    color: #7c2220;
}

.jtkx-cont {
    width: 100%;
    display: none;
}

.jtkx-cont.onx {
    display: flex;
    justify-content: space-between;
}

.jtkx-cont .jtywimglist,
.jtkx-cont .infolist {
    width: 49%;
}


.jtkx-right .infolist li.f {
    box-sizing: border-box;
    padding: 20px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
    border: 1px solid rgba(227, 227, 227, 0.6);
}

.jtkx-right .infolist li.f a {
    display: flex;
}

.jtkx-right .infolist li.f .dete {
    background: #fff;
    min-width: 60px;
    border-right: 1px solid #ededed;
    padding-right: 10px;
    margin-right: 10px;
}

.jtkx-right .infolist li.f .d {
    font-size: 28px;
    color: #822321;
    text-align: center;
}

.jtkx-right .infolist li.f .y {
    text-align: center;
    color: #822321;
}

.jtkx-right .infolist li.f .title {
    width: 390px;
    font-size: 18px;
    color: #822321;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.jtkx-right .infolist li.n {
    padding: 13px 0;
    height: 24px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}

.jtkx-right .infolist li.n a {
    font-size: 16px;
    color: #4a4a4a;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.jtkx-right .infolist li.n::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #4a4a4a;
    display: inline-block;
}

.jtkx-right .infolist li.n a:hover {
    color: #7c2220;
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.jtkx-right .infolist li.n:hover .dete {
    opacity: .8;
}

.jtkx-right .infolist li.n .dete {
    color: #4a4a4a;
    opacity: .5;
    float: right;
}

.jtkx-right .infolist li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.jtywimglist {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
    border: 1px solid rgba(227, 227, 227, 0.6);
}

.jtkx-cont .swiper-slide .text {
    box-sizing: border-box;
    padding: 20px;
    /* border: 1px solid #e9e9e9; */
}

.jtkx-cont .swiper-slide .text .title {
    font-size: 16px;
    color: #434343;
    height: 21px;
    line-height: 21px;
}

.jtkx-cont .swiper-slide .text .desc {
    color: #4a4a4a;
    opacity: .5;
    line-height: 22px;
    height: 44px;
    margin: 13px 0 20px 0;
}

.jtkx-cont .swiper-slide .text .dete {
    color: #b3b3b3;
}

.jtkx-cont .swiper-slide .img {
    overflow: hidden;
}

.jtkx-cont .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jtkx-cont .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jtkx-cont .swiper-slide:hover .title {
    color: #7c2220;
}

.jtkx-cont .swiper-slide .desc {
    opacity: .8;
}


.jtkx-cont .swiper-pagination1 {
    position: absolute;
    right: 20px;
    left: inherit;
    width: auto;
    bottom: 20px;
    z-index: 999;
}

.jtkx-cont .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #822321;
}





/* - */

.main-whjl {
    width: 100%;
    background: url(../img/main-whjlbg.jpg) center no-repeat;
    background-size: cover;
}

.whljlist .swiper-slide .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
}

.whljlist ul li {
    padding: 14px 0;
    border-bottom: 1px dashed #dedede;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.whljlist ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.whljlist ul li:hover a {
    color: #822321;
}

.whljlist ul li a {
    color: #4a4a4a;
}

.whljlist ul li:last-child {
    border: unset;
    padding-bottom: 0;
}


.whljlist .swiper-slide .img,
#jdjmlist .swiper-slide .img,
#spsxlist .swiper-slide .img,
.advlist .swiper-slide .img {
    overflow: hidden;
}

.whljlist .swiper-slide .img img,
#jdjmlist .swiper-slide .img img,
#spsxlist .swiper-slide .img img,
.advlist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.whljlist .swiper-slide:hover .img img,
#jdjmlist .swiper-slide:hover .img img,
#spsxlist .swiper-slide:hover .img img,
.advlist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.jpzslist .top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.jpzscol {
    background: #f6edeb;
    box-sizing: border-box;
    padding: 40px 50px;
}

.jpzslist {
    margin-top: 75px;
}

.jpzslist .colsub {
    width: 310px;
}

.jpzslist .colsub .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 20px;
}

.jpzslist .colsub .box a {
    color: #434343;
    font-size: 16px;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
}

.jpzslist .colsub .box a span {
    width: 30px;
    height: 10px;
    margin-left: 175px;
    display: inline-block;
    background: url(../img/column-btn-ico.png) no-repeat;
}

.jpzslist .colsub .box a.onx {
    background: #822321;
    color: #fff;
}

.jpzslist .colsub .box a.onx span {
    background: url(../img/column-btn-ico-w.png) no-repeat;
}


.jpzslist .tablist .col-txt {
    display: none;
}

.jpzslist .tablist .col-txt.onx {
    display: block;
}


.jpzslist .tablist .swiper-slide .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    padding: 0 120px 0 20px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.jpzslist .swiper-pagination1,
.jpzslist .swiper-pagination2 {
    position: absolute;
    width: auto;
    left: inherit;
    right: 20px;
    z-index: 999;
    bottom: 15px;
}

.jpzslist .swiper-pagination1 .swiper-pagination-bullet,
.jpzslist .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #838288;
    opacity: 1;
}

.jpzslist .swiper-pagination1 .swiper-pagination-bullet-active,
.jpzslist .swiper-pagination2 .swiper-pagination-bullet-active {

    background: #fff;
    opacity: 1;
}






/*  */

.xsgslist .swiper-slide .img {
    overflow: hidden;
}

.xsgslist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xsgslist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xsgslist .swiper-slide .title {
    width: 58px;
    font-size: 20px;
    color: #fff;
    writing-mode: tb-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.xsgslist .swiper-slide .more {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #fff;
    opacity: .7;
    writing-mode: tb-rl;
    letter-spacing: 2px;
}

.xsgslist .swiper-slide .more span {
    width: 1px;
    height: 110px;
    background: #fff;
    opacity: 0.8;
    display: inline-block;
    margin-top: 5px;
}


.xsgslist .swiper-pagination {
    width: 100%;
    position: inherit;
    bottom: 0;
}

.xsgslist .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    opacity: 1;
    margin: 0 5px;
    display: inline-block;
    background: url(../img/qxcc-btn-ico.png) no-repeat;
}


.xsgslist .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/qxcc-btn-ico-on.png) no-repeat;
}


.xsgslist .swiper-prev {
    position: absolute;
    bottom: 74px;
    left: 36.5%;
    z-index: 999;
}

.xsgslist .swiper-next {
    position: absolute;
    bottom: 81px;
    right: 36.5%;
    z-index: 999;
}

.xsgslist .qxcc-xian {
    width: 305px;
    height: 1px;
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 85px;
    left: 39%;
    z-index: -1;
}

/* 党建引领 */

.main-djyl {
    width: 100%;
    background: url(../img/main-djylbg.png) top center no-repeat;
    background-size: 100%;
}

.advlist .swiper-prev {
    width: 21px;
    height: 39px;
    background: url(../img/advbtn-left.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    cursor: pointer;
}

.advlist .swiper-next {
    width: 21px;
    height: 39px;
    background: url(../img/advbtn-right.png) no-repeat;
    position: absolute;
    right: 0;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    cursor: pointer;
}

.djyllist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djyllist .box {
    width: 32.5%;
    height: 100px;
    float: left;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(227, 227, 227, 0.6);
}

.djyllist .box a {
    display: flex;
    height: 100%;
    align-items: center;
}

.djyllist .box .dete {
    min-width: 60px;
    border-right: 1px solid #ededed;
    padding-right: 10px;
    margin-right: 10px;
}

.djyllist .box .d {
    font-size: 28px;
    color: #434343;
    text-align: center;
}

.djyllist .box .y {
    text-align: center;
    color: #b3b3b3;
}

.djyllist .box .title {
    width: 332px;
    font-size: 16px;
    color: #434343;
    line-height: 25px;
}

.djyllist .box:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.djyllist .box:hover .title {
    color: #822321;
    font-weight: bold;
}

.djyllist .box:hover .d {
    color: #822321;
}

.advlist .swiper-slide .img {
    overflow: hidden;
}

.advlist .swiper-slide .img img {
    width: 100%;
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.advlist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


/* 演出购票 */
.main-ycgp {
    width: 100%;
    background: url(../img/main-ycgpimg.jpg) top no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 70px;
}

.ycgplist {
    display: flex;
    justify-content: space-between;
}

.ycgplist .left {
    width: 39%;
}

.ycgplist .right {
    width: 58%;
}

.ycgplist .imgs .img {
    display: none;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
}

.ycgplist .imgs .img a {
    display: inline-block;
    overflow: hidden;
}

.ycgplist .imgs .img.onx {
    display: block;
}

.ycgplist .imgs .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ycgplist .imgs .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ycgplist .content .dtl .dtl-li {
    display: none;
}

.ycgplist .content .dtl .dtl-li.onx {
    display: block;
}

.main-ycgp .column {
    margin: 0 0 20px 0;
}

.ycgplist .dtl .title {
    font-size: 20px;
    color: #434343;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.ycgplist .dtl p {
    font-size: 16px;
    opacity: .6;
    line-height: 35px;
    color: #434343;
}

.ycgplist .dtl .time {
    font-size: 45px;
    color: #822321;
    margin: 30px 0 50px 0;
}




.ycgplist .ycgpBtn {
    width: 100%;
    height: 160px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}


.ycgpBtn .btn {
    position: absolute;
    left: 125px;
    top: 65px;
}

.ycgpBtn .btn .btn-prev {
    width: 38px;
    position: absolute;
    top: 5px;
    left: -48px;
    display: none;
}

.ycgpBtn .btn .btn-next {
    width: 38px;
    position: absolute;
    top: -3px;
    right: -48px;
    display: none;
}


.ycgpBtn .btn .xian {
    width: 305px;
    height: 1px;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 11px;
    left: -10px;
    z-index: 0;
}

.ycgpBtn .btn-redia span {
    width: 24px;
    height: 24px;
    opacity: 1;
    display: inline-block;
    background: url(../img/qxcc-btn-ico.png) no-repeat;
    z-index: 99;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}

.ycgpBtn .btn-redia span.onx {
    background: url(../img/qxcc-btn-ico-on.png) no-repeat;
}

.ycgpBtn .qrcode {
    position: absolute;
    right: 45px;
    top: -120px;
}

.ycgpBtn .code {
    display: none;

}

.ycgpBtn .code.onx {
    display: block;
}

.ycgpBtn .code .img {
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: url(../img/ycgp-code-bg.png) no-repeat;
    text-align: center;
}

.ycgpBtn .qrcode .code p {
    font-size: 16px;
    color: #434343;
    height: 40px;
    line-height: 40px;
    background: #fcfcfc;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.thumbnail {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.thumbnail .item {
    width: calc((100% - 50px) / 6);
    background: #fff;
    box-sizing: border-box;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.thumbnail .item .num {
    font-size: 30px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.thumbnail .item img {
    width: 100%;
}

.thumbnail .item.onx .num {
    display: flex;
    align-items: center;
    justify-content: center;
}











/* -- */
.qxcclist .swiper-slide .text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
}

.qxcclist .swiper-slide .title {
    color: #434343;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.qxcclist .swiper-slide .xian {
    width: 20px;
    height: 1px;
    background: #822321;
    margin: 10px 0;
}

.qxcclist .swiper-slide .desc {
    color: #434343;
    line-height: 25px;
    opacity: .5;
    width: 100%;
    height: 50px;
    text-align: center;
}

.qxcclist .swiper-slide a {
    display: flex;
    flex-direction: column;
}

.qxcclist .swiper-slide:nth-of-type(even) a {
    flex-direction: column-reverse;
}

.qxcclist .swiper-slide:nth-of-type(even) .text {
    padding-bottom: 25px;
    padding-top: 0;
}

.qxcclist .swiper-slide .img {
    overflow: hidden;
}

.qxcclist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.qxcclist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.qxcclist .swiper-slide:hover .title {
    color: #822321;
    font-weight: bold;
}

.qxcclist .swiper-slide:hover .desc {
    opacity: .8;
}

.qxcclist .swiper-pagination {
    width: 100%;
    position: inherit;
    bottom: 0;
}

.qxcclist .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    opacity: 1;
    display: inline-block;
    background: url(../img/qxcc-btn-ico.png) no-repeat;
}


.qxcclist .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../img/qxcc-btn-ico-on.png) no-repeat;
}


.qxcclist .swiper-prev {
    position: absolute;
    bottom: 74px;
    left: 36.5%;
    z-index: 99;
}

.qxcclist .swiper-next {
    position: absolute;
    bottom: 81px;
    right: 36.5%;
    z-index: 99;
}

.qxcclist .qxcc-xian {
    width: 305px;
    height: 1px;
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 85px;
    left: 39%;
    z-index: -1;
}

/* - */

#toTop {
    font-size: 38px;
    line-height: 33px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    position: fixed;
    height: 35px;
    width: 40px;
    right: 6px;
    bottom: 6px;
    text-align: center;
    text-transform: uppercase;
    opacity: .9;
    filter: alpha(opacity=90);
    text-decoration: none;
    display: none;
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#toTop:hover {
    background-color: rgba(0, 0, 0, 0.7)
}

#toTop:before {
    font-family: "fontawesome";
    content: "\f102"
}

#preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff
}

.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 54px;
    height: 54px;
    margin: auto
}